--Fail control
--Instructions for a method which handles failures of a station.
--Failure control
--Instructions for a method which handles failures of a station
is
do
	if station.failed then
		-- add your code here
	else
		-- add your code here
	end;
end;
/*station:Enter the name of the failed station here.
*/